home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 March / PCnet 2006-06.3.iso / Apps / Flash / FDBuilder1160CNET.exe / Examples / Capturing.swf / scripts / DefineSprite_40 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-04-02  |  229 b   |  10 lines

  1. p = _parent;
  2. new Color(base).setRGB(p.col1);
  3. new Color(front).setRGB(p.col1);
  4. new Color(light).setRGB(p.col2);
  5. light._alpha = 70;
  6. s = 6;
  7. _width = p.w;
  8. front._width = (p.w - s) * 100 / p.w;
  9. front._x = (s + 1) * 50 / p.w;
  10.